-I$(top_builddir) to be able to include config.h
authorØyvind Kolås <ok@src.gnome.org>
Wed, 27 Feb 2008 02:25:13 +0000 (02:25 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Wed, 27 Feb 2008 02:25:13 +0000 (02:25 +0000)
* extensions/Makefile.am: -I$(top_builddir) to be able to include
config.h

svn path=/trunk/; revision=283

ChangeLog
extensions/Makefile.am

index eae0a181fed7c1dc3c5ee1e894563d06c5175420..5cc67318304c6f153f96d6c85117c07c8bf28e9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-27  Øyvind Kolås  <pippin@gimp.org>
+
+       * extensions/Makefile.am: -I$(top_builddir) to be able to include
+       config.h
+
 2008-02-19  Sven Neumann  <sven@gimp.org>
 
        * babl/babl-fish-path.c (test_create): add some extra pixels
index ca995f051b3ae1a588e5c1681a0448c0874320b2..59668e2c3f7927877219109b157675423678ac59 100644 (file)
@@ -14,6 +14,7 @@ EXTRA_DIST      = $(wildcard *.[ch])
 all-local: $(SOBJS)
 
 CFLAGS += \
+       -I $(top_builddir)              \
        -I $(top_srcdir)                \
        -I $(top_srcdir)/babl           \
        -I $(top_srcdir)/extensions     \